type crypto/tls.certificateRequestMsg

8 uses

	crypto/tls (current package)
		conn.go#L1057: 			m = &certificateRequestMsg{
		handshake_client.go#L548: 	certReq, ok := msg.(*certificateRequestMsg)
		handshake_client.go#L904: func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg) *CertificateRequestInfo {
		handshake_messages.go#L1566: type certificateRequestMsg struct {
		handshake_messages.go#L1577: func (m *certificateRequestMsg) marshal() (x []byte) {
		handshake_messages.go#L1632: func (m *certificateRequestMsg) unmarshal(data []byte) bool {
		handshake_server.go#L534: 	var certReq *certificateRequestMsg
		handshake_server.go#L537: 		certReq = new(certificateRequestMsg)